Tootsville-User::Metronome
Function
Metronome names a function, with lambda list
(&REST WORDS):
Display information about or micromanage the metronome.
Usage
#metronome [OPTION]
Examples
#metronome #help
#metronome #rate
#metronome #last
#metronome #start
#metronome #stop
#metronome #restart
#metronome #tick
#metronome #list
#metronome #cancel <NAME>
Options
- #help
- list these options
- #rate
- Displays a message indicating the rate that the metronome ticks in
milliseconds. Always 1000 (1s).
- #last
- Displays a message indicating the time in milliseconds when the last
metronome tick occured. Always rounded to 1s.
- #start
- Starts the metronome.
- #stop
- Stops the metronome.
- #restart
- Restarts the metronome.
- #tick
- Forces the metronome to tick.
- #list
- List all tasks scheduled with the metronome
- #cancel <NAME>
- Cancel a specific task by name
Changes from 1.2 to 2.0
Added #metronome #help, #metronome #list, and #metronome #cancel NAME
File
Defined in file src/infinity/legacy-ops.lisp.